Some makes can't handle form feed characters in their makefiles.
authorJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 02:42:54 +0000 (02:42 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 25 May 1993 02:42:54 +0000 (02:42 +0000)
* s/usg5-3.h: Remove form feed.
* s/template.h, m/template.h: Remove form feeds.

src/s/template.h
src/s/usg5-3.h

index 6460deab05b21bee21a75a5fcb665df29fb4b01a..62eb065dc365ad9a9723d73484fab90139add2c2 100644 (file)
@@ -159,13 +159,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    is not ':', #define this to be the appropriate character constant.  */
 /* #define SEPCHAR ':' */
 
-/* Here, on a separate page, add any special hacks needed
+/* ============================================================ */
+
+/* Here, add any special hacks needed
    to make Emacs work on this system.  For example,
    you might define certain system call names that don't
    exist on your system, or that do different things on
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
-\f
+
 /* Some compilers tend to put everything declared static
    into the initialized data area, which becomes pure after dumping Emacs.
    On these systems, you must #define static as nothing to foil this.
@@ -173,7 +175,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* #define static */
 
-\f
+/* ============================================================ */
 
 /* After adding support for a new system, modify the large case
    statement in the `configure' script to recognize reasonable
index e982a384f3e2494b975f63b7d1bcb3da2c4836ba..2a14523bdebe31af60dfc06a4091f8beca11e012 100644 (file)
@@ -149,7 +149,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Define this if system V IPC is available.  */
 
 #define HAVE_SYSVIPC
-\f
+
 /* Special hacks needed to make Emacs run on this system.  */
 
 /*